From a4ae757f0ffc2fd6b44555a753a598edcb0f71fa Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 27 Mar 2007 11:31:25 +0100 Subject: [PATCH] Fix the default for the is_a_template flag. Signed-off-by: Ewan Mellor --- tools/python/xen/xend/XendConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index a93c064551..f986fdd671 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -298,7 +298,7 @@ class XendConfig(dict): 'actions_after_reboot': 'restart', 'actions_after_crash': 'restart', 'actions_after_suspend': '', - 'is_template': False, + 'is_a_template': False, 'is_control_domain': False, 'features': '', 'PV_bootloader': '', -- 2.30.2